body.pg_eu_tools,
body.pg_eu_nav {
    font-family: Tahoma, Helvetica, "Microsoft Yahei",sans-serif!important;
}
body.pg_eu_tools,
body.pg_eu_nav,
body.pg_eu_tools #hd .wp,
body.pg_eu_nav #hd .wp,
body.pg_eu_tools #wp,
body.pg_eu_nav #wp {
    width: auto;
    min-width: 250px;
}
body.pg_eu_tools #ft,
body.pg_eu_nav #ft {
    width: auto;
    max-width: 1600px;
}

body.pg_eu_tools .wp,
body.pg_eu_nav .wp{
    padding-top: 50px;
}

body.pg_list #wp,
body.pg_view #wp,
body.pg_portalcp #wp {
    padding-top: 70px;
}

.eu-ft-wap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.eu-ft-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    body {
        min-width: 90vw;
    }
    .eu-ft-flex {
        justify-content: center;
    }
}

.eu-mask {
    background: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    cursor: pointer;
    z-index: 80;
}

.eu-mask.active {
    visibility: visible;
    opacity: 1;
    transition: all .2s;
}

.container {
    position: relative;
    margin: 0 15px;
    max-width: none;
    width: auto
}

.eu-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    z-index: 99;
}

.eu-header .eu-container {
    margin: 0;
    height: 100%;
}

.eu-logo-wrap {
    left: 0;
    top: 0;
    position: absolute;
    right: auto;
    width: 140px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eu-menu-btn-wrap {
    float: right;
    margin: 0;
    font-weight: normal;
    color: #ff6000;
    padding-right: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
}
@media (min-width: 768px) {
    .eu-menu-btn-wrap {
        display: none;
    }
}

.eu-logo-wrap .eu-menu-wrap {
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 3em;
    color: #ff6000;
    padding-right: 15px;
    display: block;
}

.eu-ico-menu {
    display: inline-block;
    width: 20px;
    height: 2px;
    position: relative;
    margin: -3px 0 0 6px;
    vertical-align: middle;
    background: #ff6000;
    transition: all .2s;
}

.eu-menu-btn-wrap.active .eu-ico-menu { 
    background: transparent;
}

.eu-ico-menu:before, .eu-ico-menu:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #ff6000;
    position: absolute;
    left: 0;
    transition: all .2s;
}
.eu-ico-menu:before {
    top: -8px;
}
.eu-ico-menu:after {
    top: 8px;
}

.eu-menu-btn-wrap.active .eu-ico-menu::before {
    top: 0;
    transform: rotate(-45deg)
}
.eu-menu-btn-wrap.active .eu-ico-menu::after {
    top: 0;
    transform: rotate(45deg)
}

.eu-logo-wrap a {
    display: flex;
    height: 100%;
    background: #ff6000;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.eu-logo-wrap a img {
    display: block;
    max-height: 48px;
    width: auto;
}

.eu-site-menu {
    display: none;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    .eu-site-menu {
        display:block;
    }
}

.eu-site-menu .eu-item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 5px;
    font-size: 16px;
}

.eu-site-menu .eu-item>a {
    display: block;
    line-height: 36px;
    color: #333;
    position: relative;
    text-decoration: none;
}
@keyframes eu-hot-svg-bounce {
  0%, 100% {
    top: 13px;
  }
  50% {
    top: 15px;
  }
}
.eu-hot-svg {
    position: absolute;
    top: 13px;
    right: -14px;
    width: 12px;
    height: 12px;
    animation: eu-hot-svg-bounce 1s infinite;
}

@media (min-width: 768px) {
    .eu-logo-wrap {
        width: 200px;
    }
    .eu-site-menu .eu-item>a {
        line-height:50px;
    }
}

.eu-site-menu .eu-item>a::after {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: .315em;
    position: absolute;
    bottom: 0;
    background: transparent;
    border-radius: .315em
}

.eu-site-menu .eu-item>a:hover {
    color: #ff6000
}

.eu-site-menu .eu-item.active>a {
    color: #ff6000
}

.eu-site-menu .eu-item.active>a::after {
    background: #ff6000
}

.eu-header .eu-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: none;
}
.eu-header .eu-right .eu-login-panel {
    margin-left: 10px;
    height: 100%;
}

.eu-header .eu-seller-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, rgb(255 96 0 / 16%) 0%, rgb(255 96 0 / 16%) 100%);
    color: #ff6000;
    border-radius: 999px;
    box-sizing: border-box;
    padding: 6px 1em;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background .5s ease-out;
}
.eu-header .eu-seller-btn:hover {
    filter: brightness(0.86);
}
#j_eu_site_menu_r .eu-item a.eu-seller-btn {
    color: #ff6000;
    background: linear-gradient(270deg, rgb(255 96 0 / 16%) 0%, rgb(255 96 0 / 16%) 100%);
}

@media (min-width: 768px) {
    .eu-header .eu-right {
        display: flex;
    }
}


.eu-login-panel ul {
    height: 100%;
}
.eu-login-panel li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0.5em;
}
.eu-login-panel img {
    display: block;
    max-height: 80%;
    border-radius: 50%;
}

.eu-modal-r {
    height: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    right: 0;
    padding-right: 0;
}
.eu-modal-r.active { 
    visibility: visible;
    opacity: 1;
    transition: all .2s;
    left: 20vw;
    z-index: 90;
}

.eu-modal-r .eu-modal-content {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 50px;
}

#j_eu_site_menu_r .eu-item a {
    display: block;
    font-size: 15px;
    color: #262626;
    padding: 1em;
    border-bottom: 1px solid #f7f7f7;
    text-decoration: none;
}
#j_eu_site_menu_r .eu-item.active a {
    color: #ff6000;
}

.tabs-container {
    position: relative;
    background: white;
    border-bottom: 1px solid #eee;
}

.tabs-content-container .tab-content:not(.active) {
    display: none;
}

.tabs-wrapper {
    position: relative;
    overflow-x: hidden;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
}

.tabs-wrapper.dragging {
    cursor: grabbing;
    user-select: none;
}

.tabs-wrapper .tabs {
    display: flex;
    list-style: none;
    min-width: max-content;
    position: relative;
    border-bottom: 1px solid #eee;
}

.tabs-wrapper .tab {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    border-radius: 30px;
    margin-right: 5px;
    font-weight: 500;
    color: #555;
    flex-shrink: 0;
    user-select: none;
    padding: 0;
}

.tabs-wrapper .tab.active:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 48px;
    content: "";
    bottom: -1px;
    height: 3px;
    background-color: #323233;
    border-radius: 99px;
    margin: 0 auto;
    z-index: 1;
}
.tabs-wrapper .tab a {
    display: block;
    padding: 12px 12px;
    text-decoration: none;
}

.tabs-wrapper .tab:hover {
    color: #262626;
}

svg.eu-flag {
    width: 32px;
    height: 24px;
    /* height: calc(32px * 3/4); */
    border: 1px solid #eee;
    margin-right: 0.4em;
}
svg.eui {
    width: 24px;
    height: 24px;
}

.eu-g-side-bar {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 56px;
    padding: 8px;
    background: #ffffff;
    box-shadow: 0 2px 16px #0f0f160d;
    border-radius: 6px 0 0 6px;
    font-size: 12px;
    z-index: 800;
}
@media (max-width: 768px) {
    .eu-g-side-bar {
        top: auto;
        bottom: 10%;
        transform: translateY(0);
    }
}
.eu-g-side-bar .eu-s {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}
#scrolltop {
    display: none;
}
.eu-g-side-bar .eu-s#ue-g-to-top {
    height: 0;
    transition: height 0.3s ease;
    overflow: hidden;
}
.eu-g-side-bar .eu-s::before {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #e9e3e0;
    margin: 6px 0;
}
.eu-g-side-bar .eu-s:nth-child(1):before {
    display: none;
}
.eu-g-side-bar .eu-s:hover {
    color: #ff6000;
}
.eu-g-side-bar .eu-s .eu-s-c {
    position: absolute;
    width: 264px;
    box-sizing: border-box;
    padding-right: 20px;
    background-color: transparent;
    overflow: hidden;
    border-radius: 6px;
    align-items: center;
    right: 100%;
    display: none;
}
.eu-g-side-bar .eu-s:hover .eu-s-c { 
    display: block;
}
.eu-g-side-bar .eu-s-c-box {
    display: flex;
    background-color: #fff;
    box-shadow: #11111a0d 0 4px 16px,#0f0f160d 0 8px 32px;
    padding: 10px;
    overflow: hidden;
    border-radius: 6px;
}
.eu-g-side-bar .eu-s-c-box img {
    display: block;
    width: 100px;
    height: 100px;
}
.eu-g-side-bar .eu-s-c-box div {
    padding: 5px 0;
    color: #333;
}
.eu-g-side-bar .eu-s-c-box div p:nth-child(1) {
    font-size: 14px;
    color: #000;
}


/** layui css 重写 start **/

.layui-input:focus,.layui-textarea:focus {
    border-color: #ff6000!important;
}

.layui-form-select dl dd.layui-this {
    color: #ff6000;
}
.layui-btn {
    background-color:#ff6000;
}
.layui-btn-primary {
    background: 0 0;
}
.layui-btn-primary:hover {
    border-color: #ff6000;
}
.layui-form-onswitch {
    border-color: #ff6000;
    background-color: #ff6000;
}
.layui-tabs-header .layui-this, .layui-tabs-header li:hover {
    color: #ff6000;
}
.layui-tabs-header .layui-this:after {
    border-color: #ff6000;
}
.layui-form-checked[lay-skin=primary]>i {
    border-color: #ff6000 !important;
    background-color: #ff6000;
}
.layui-form-checkbox[lay-skin=primary]:hover>i {
    border-color: #ff6000;
}
.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i {
    color: #ff6000;
}

/** layui css 重写 end **/
